vcNextProcessFlowInfo

Next process flow info indicates a direction (inexact location) in product flow, with extra parameters (ForceExactFlowStep/ForceExactProcessGroup) to indicate how to evaluate this direction. Internally, it will be expanded into multiple feed option flow info objects, which in turn will be used for Feed-Need matching. Used in product's next process flow info.

See in: Overview

Module: vcProcessModel

Parent: -

Children -

Referenced by: vcProduct.NextProcessFlowInfo, vcProductNeedFeedMatch.SelectedProcessFlowInfo

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
FlowStepvcProcessFlowStepRWGets or sets process flow step.
ForceExactFlowStepBooleanRWGets or sets the state, the expansion into feed option flow info objects may result in multiple options with multiple flow steps (e.g., when given flow step is Optional). Setting this to True will filter the results to contain only the given flow step.
ForceExactProcessGroupBooleanRWGets or sets the state, the expansion into feed option flow info objects may result in multiple options with multiple process groups (e.g., when given flow step contains multiple process groups).
See more
Setting this to True will filter the results to contain only the given process group (based on group Id).
GroupvcProcessGroupRWGets or sets process group inside the flow step.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
newvcNextProcessFlowInfoNoneCreates an empty next process flow info.